@charset "utf-8";
/* CSS Document 中国农业机械化信息网 */
/************************************默认全局样式开始************************************/
*{
    box-sizing:border-box;
    margin:0px;
    padding:0px;
    /* font-family:"MICROSOFT YAHEI"; */
}
html{
    font-size:62.5%;
}
body{
    font-family:"MICROSOFT YAHEI","微软雅黑";
    outline:0;
    border:0;
    font-size:16px;
    /*20181226*/
    /* min-width:1366px;*/ 
     min-width:1124px;
    /* overflow-x:auto;
    position: relative; */
    /*20181226END*/
}
@font-face {
		font-family: 'iconfont';
		src: url('../font/agriculture-iconfont/iconfont.eot');
		src: url('../font/agriculture-iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../font/agriculture-iconfont/iconfont.woff') format('woff'),
		url('../font/agriculture-iconfont/iconfont.ttf') format('truetype'),
		url('../font/agriculture-iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
	font-family:"iconfont" !important;
	/* font-size:18px; */
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/*锚文字颜色默认*/
a{
    color:#333;
    *cursor:pointer;
}
a:link{
    color:#333;
    text-decoration:none;
}
a:hover{
    color:#333;
    text-decoration:none;
}
a:visited{
    color:#333;
    text-decoration:none;
}
a:active{
    color:#333;
    text-decoration:none;
}
/*li通用*/
ul,li,ol,li{
    list-style:none;
    margin:0px;
    padding:0px;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}
/*去掉默认样式*/
img,input,textarea,select,a:focus,i{
    outline:none;
    font-style:normal;
    border:0;
}
form{
    display:inline!important;
}
button{
    outline:none;
    cursor:pointer;
}
img{
    border:none;
    vertical-align:middle;
}
p,label{
    margin:0px;
    padding:0px;
}

/************************************默认全局样式结束*********************************/
/************************************个性文字颜色开始*********************************/
/*黑色*/
.color-000,a.color-000{
    color:#000;
}
/*白色*/
.color-fff,a.color-fff{
    color:#fff;
}
/*灰色字999*/
.color-999,a.color-999{
    color:#999;
}
/*灰色字666*/
.color-666,a.color-666{
    color:#666;
}
/*灰色字333*/
.color-333,a.color-333{
    color:#333;
}
/*基本颜色 浅色*/
.color-DE5,a.color-DE5{
    color:#DE5041;
}
/*标题颜色 浓*/
.color-E53,a.color-E53{
    color:#E53334;
}
/*列表组字体颜色*/
.color-F19,a.color-F19{
    color:#F19149
}
.color-D2D,a.color-D2D{
    color:#D2D2D2
}


/************************************个性文字颜色结束********************************/
/***********************************通用字体大小************************************/
.size10{
    font-size:12px;
    font-size:11px;
    font-size:10px;
}
.size12{
    font-size:12px;
}
.size13{
    font-size:13px;
}
.size14{
    font-size:14px;
}
.size15{
    font-size:15px;
}
.size16{
    font-size:16px;
}
.size17{
    font-size:17px;
}
.size18{
    font-size:18px;
}
.size19{
    font-size:19px;
}
.size20{
    font-size:20px;
}
.size22{
    font-size:22px;
}
.size24{
    font-size:24px;
}
.size26{
    font-size:26px;
}
.size26{
    font-size:26px;
}
.size28{
    font-size:28px;
}
.size30{
    font-size:30px;
}
.size32{
    font-size:32px;
}
.size80{
    font-size:80px;
}

/***********************************通用字体大小结束***********************************/
/************************************个性背景色区域开始********************************/
/*背景白色*/
.bg-white{
    background-color:#fff;
}
/*背景透明*/
.bg-tran{
    background-color:transparent;
}
/*经典蓝*/
.bg-189{
    background-color:#1890FF;
}
.bg-000{
    background-color:#000;
}

/*导航背景*/
.bg-DE5{
    background-color:#DE5041;
}
/*内容区域背景色*/
.bg-FFE{
    background-color:#FFE6E0;
}
.bg-434{
    background-color:#434343;
}
/*单位概况*/
.bg-EEE{
    background-color:#EEEEEE
}
.bg-FAF{
    background-color:#FAFAFA
}



/************************************个性背景色区域结束*******************************/
/************************************通用垫高区域开始********************************/
.spacing5{
    height:5px;
    clear:both;
}
.spacing10{
    height:10px;
    clear:both;
}
.spacing15{
    height:15px;
    clear:both;
}
.spacing20{
    height:20px;
    clear:both;
}
.spacing25{
    height:25px;
    clear:both;
}
.spacing30{
    height:30px;
    clear:both;
}
.spacing35{
    height:35px;
    clear:both;
}
.spacing40{
    height:40px;
    clear:both;
}
.spacing50{
    height:50px;
    clear:both;
}
.spacing60{
    height:60px;
    clear:both;
}
.spacing70{
    height:70px;
    clear:both;
}
.spacing80{
    height:80px;
    clear:both;
}
/***********************************通用垫高区域结束*************************************/

/***********************************控件区域开始******************************/
/**通用个性颜色按钮区域开始**/

/*蓝色按钮1*/
.btn-189,a.btn-189{
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
.btn-189:focus {
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
.btn-189:hover {
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
.btn-189:active,
.btn-189.active,
.open > .dropdown-toggle.btn-189 {
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
/*蓝色按钮1结束*/

/*蓝色字白背景按钮*/
.btn-font189,a.btn-font189{
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
.btn-font189:focus {
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
.btn-font189:hover {
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
.btn-font189:active,
.btn-font189.active,
.open > .dropdown-toggle.btn-font189 {
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
/*蓝色字白背景按钮结束*/

/*btn-DE5*/
.btn-DE5,a.btn-DE5{
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
.btn-DE5:focus {
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
.btn-DE5:hover {
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
.btn-DE5:active,
.btn-DE5.active,
.open > .dropdown-toggle.btn-DE5 {
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
/*btn-DE5*/


/*btn-tran*/
.btn-tran,a.btn-tran{
    color:#fff;
    background-color:transparent;
    border-color:#fff;
}
.btn-tran:focus {
    color:#fff;
    background-color:transparent;
    border-color:#fff;
}
.btn-tran:hover {
    color:#fff;
    background-color:transparent;
    border-color:#fff;
}
.btn-tran:active,
.btn-tran.active,
.open > .dropdown-toggle.btn-tran {
    color:#fff;
    background-color:transparent;
    border-color:#fff;
}
/*btn-tran*/


/*btn-font00C*/
.btn-font00C,a.btn-font00C{
    color:#00C19A;
    background-color:transparent;
    border-color:#00C19A;
}
.btn-font00C:focus {
    color:#00C19A;
    background-color:transparent;
    border-color:#00C19A;
}
.btn-font00C:hover {
    color:#00C19A;
    background-color:transparent;
    border-color:#00C19A;
}
.btn-font00C:active,
.btn-font00C.active,
.open > .dropdown-toggle.btn-font00C{
    color:#00C19A;
    background-color:transparent;
    border-color:#00C19A;
}
/*btn-font00C1*/

/*btn-fontFFA*/
.btn-FFA,a.btn-FFA{
    color:#FFA100;
    background-color:transparent;
    border-color:#FFA100;
}
.btn-FFA:focus {
    color:#FFA100;
    background-color:transparent;
    border-color:#FFA100;
}
.btn-FFA:hover {
    color:#FFA100;
    background-color:transparent;
    border-color:#FFA100;
}
.btn-FFA:active,
.btn-FFA.active,
.open > .dropdown-toggle.btn-FFA{
    color:#FFA100;
    background-color:transparent;
    border-color:#FFA100;
}
/*btn-font00C1*/



/**通用个性颜色按钮区域结束**/
/*btnSize1*/
.btnSize1{
    padding:6px 16px;
    position:relative;
}
/*btnSize1*/

/*btnSize2*/
.btnSize2{
   height:28px;
   line-height:15px;
    position:relative;
    box-sizing:border-box
}
/*btnSize2*/

/*btnSize3*/
.btnSize3{
    padding:0px 4px;
    position:relative;
}
/*btnSize3*/


/*红色圆点*/
.keylable{
    display:inline-block;
    padding:.2em;
    font-size:12px;
    line-height:16px;
    height:20px;
    min-width:20px;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    border-radius:10px;
    position:absolute;
   /* background:red;*/
    top:-14px;
    right:-5px;
    z-index:2;
}


/*设置文本框密码框默认样式开始*/
input[type=text],input[type=password]{
    width:100%;
    height:34px;
    line-height:34px\9;/*ie8*/
    border-radius:4px;
    border:solid 1px #D9D9D9;
    text-indent:15px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type=text]:focus,input[type=password]:focus{
    border:solid 1px #66AFE9;
}
/*设置文本框密码框默认样式结束*/

/*文本域美化开始*/
textarea{
    width:100%;
    height:100%;
    border-radius:4px;
    border:solid 1px #D9D9D9;
    text-indent:15px;
    resize:none;
}
textarea:focus{
    border:solid 1px #66AFE9;
}
/*文本域美化结束*/

/*radio美化开始*/
/*单选框隐藏显示，用label代替*/
/*原生单选按钮默认不显示*/
input[type="radio"]{
    opacity:0;
    position:absolute;
    top:0px;
    left:-10000px;
}
/*单选按钮圆圈*/
input[type="radio"]+label::before {
    content:"";
    display:inline-block;
    width:18px;
    height:18px;
    vertical-align:middle;
    float:left;
    background-color:white;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    position:relative;
    cursor:pointer;
    margin-right:5px;
}

/*单选按钮悬停圆圈*/
input[type="radio"]+label:hover::before {
    /*border:solid 1px #0E76A8;*/
}

/*单选按钮圆圈选中*/
input[type="radio"]:checked+label::before{
    background-color:white;
    background-image:url(../../images/radio.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:8px 8px;
}


/*单选按钮文字*/
input[type="radio"]+label {
    display:inline-block;
    width:auto;
    text-align:center;
    -webkit-box-sizing:border-box;
    /*height:16px;*/
    line-height:18px;
    cursor:pointer;
    margin-right:8px;
}

/*单选按钮不可用圆圈*/
input[type="radio"]:disabled+label::before {
    background-color:#3C4965;
}

/*单选按钮选中并且不可用*/
input[type="radio"]:checked:disabled+label::before{
    background-image:url(../../images/radioDisabled.png);
}

/*单选按钮不可用圆圈鼠标悬停*/
input[type="radio"]:disabled+label:hover::before {
    /*border:1px #DADADA solid;*/
    cursor:default;
}

/*单选按钮不可用文字鼠标悬停*/
input[type="radio"]:disabled+label:hover {
    cursor:default;
}

/*单选框美化结束*/

/*checkbox开始美化*/
/*复选框隐藏显示，用label代替*/
input[type="checkbox"]{
    opacity:0;
    position:absolute;
    top:0px;
    left:-10000px;
}
/*复选框方块 */
input[type="checkbox"]+label::before{
    content:"";
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:middle;
    float:left;
    margin-right:5px ;
    -webkit-box-sizing:border-box;
    /*border:solid 1px #ddd;*/
    background-color:white;
    cursor:pointer;
    border-radius:2px;
}
/*复选框鼠标悬停方块*/
input[type="checkbox"]+label:hover::before {
    /*border:solid 1px #0E76A8;*/
}
/*复选框文字*/
input[type="checkbox"]+label {
    display:inline-block;
    width:auto;
    text-align:center;
    -webkit-box-sizing:border-box;
    line-height:16px;
    cursor:pointer;
}
/*复选框选中*/
input[type="checkbox"]:checked+label::before{
    background-color:#108EE9;
    background-image:url('../../images/checkbox.png');
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
    border-style:none;
}
/*复选框不可用方块*/
input[type="checkbox"]:disabled+label::before {
    background-color:#3C4965;
}
/*复选框不可用选中方块*/
input[type="checkbox"]:disabled:checked+label::before {
    background-image:url('../../images/checkboxDisabled.png');
    background-size:100% 100%;
    /*border:solid 1px #CFCFCF;*/
}
/*复选框不可用方块鼠标悬停*/
input[type="checkbox"]:disabled+label:hover::before {
    /*border:1px #DADADA solid;*/
    cursor:default;
}
/*复选框不可用文字鼠标悬停*/
input[type="checkbox"]:disabled+label:hover {
    cursor:default;
}
/*多选框结束美化*/


/*对话框中的textarea风格铺满并且不可拓拽*/
.fullNoresizeTextarea{
    width:100%;
    height:100%;
    border:none;
    resize:none;
}
/*对话框中的textarea风格铺满并且不可拓拽 结束*/

/***********************************控件区域结束******************************/
/***********************************布局组件开始******************************/


/*控件宽度区域开始[百分比]*/
.widgetWidth100{
    width:100%!important;
}
.widgetWidth90{
    width:90%!important;
}
.widgetWidth80{
    width:80%!important;
}
.widgetWidth70{
    width:70%!important;
}
.widgetWidth60{
    width:60%!important;
}
.widgetWidth50{
    width:50%!important;
}
.widgetWidth40{
    width:40%!important;
}
.widgetWidth33{
    width:33.33333%!important;
}
.widgetWidth30{
    width:30%!important;
}
.widgetWidth25{
    width:25%!important;
}
.widgetWidth20{
    width:20%!important;
}
/*控件宽度区域结束*/


/*某行元素超出画点*/
.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
     word-wrap: normal;
    word-break:keep-all;
	-o-text-overflow:ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis; 
   
}
/*表格内容对齐方式*/
.verticalTop{
    vertical-align:top;
}
.verticalMiddle{
    vertical-align:middle;
}
.verticalBottom{
    vertical-align:bottom;
}

/*通用1000像素居中*/
.layoutCurrentWidth{
    width:1000px;
    margin:0px auto;
}

/*通用面包屑*/
.breadcrumb{
    padding:0px;
    background-color:transparent;
}
.breadcrumb li a:hover{
     color:#DE5041;
}
.bread a:hover{
	 color:#DE5041;
}
/*通用面包屑结束*/

/*通用横向排列盒子开始[特殊的条件项目使用]*/
.boxContain{
    display:table;
    width:100%;
}
.boxContainItem{
    display:table-cell;
}
/*通用横向排列盒子结束*/


/*设置一个下划线*/
.withBottom{
    border-bottom:solid 1px #DADADA;
}


/*悬浮的广告App部分开始*/
.fixingBox{
    min-width:98px;
    height:auto;
    border-radius:2px;
    position:absolute;
    left:50%;
    margin-left:505px;
    top:50%;
    z-index:88;
    text-align:center;
    /*overflow: hidden;*/
   /*  position:fixed;*/
  
}
/*分享右侧*/
.fixingBoxRight{}
.fixingBoxRight .list-unstyled{
     padding:2px 0px;
}
.fixingBoxRight .list-unstyled li{
    cursor:pointer;
    z-index:1;
    position:relative;
}
.fixingBoxRight .list-unstyled li .bg{
    position: absolute;
    width:100%;
    height: 100%;
    background:#fff;
    left:0px;
    top:0px;
    z-index:-1;
    opacity:.5;
    moz-opacity:0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=50);
}
.fixingBoxRight .list-unstyled li .bg.title{
    border-top-right-radius:10px;
}
.fixingBoxRight .list-unstyled li:hover{
    color:#B14C3A;
}
.fixingBoxRight .list-unstyled li:hover a,.fixingBoxRight .list-unstyled li:hover  i{
    color:#B14C3A;
}
.fixingBoxRight .list-unstyled li a{
    display:block;
    color:#DE5041;
    z-index:2;
}
.fixingBoxRight .list-unstyled li p i{
    font-size:22px;
    color:#DE5041;
}
/*分享左侧*/
.fixingBoxLeft{
	width:109px;
    margin-left:-615px;
    padding-bottom:20px;
}
.fixingBoxLeft .item{
    width:100%;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}
.fixingBoxLeft .item a{
    padding:8px 0px;
    display:block;
    color: #E53334;
}
.fixingBoxLeft .item .bg{
    position: absolute;
    width:100%;
    height: 100%;
    background:#fff;
    left:0px;
    top:0px;
    z-index:-1;
    opacity:.5;
    moz-opacity:0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=50);
    display: block;
}
.fixingBoxLeft .item .bg.title{
    border-top-right-radius:10px;
}
/*左侧标题*/
.fixingBoxLeft .item.title{
    font-weight:800;
    font-size:17px;
    background:#F28C8A;
    -moz-text-shadow:2px 2px 2px #E53334;
    text-shadow:2px 2px 2px #E53334;
    border-top-left-radius:10px;
    overflow: hidden;
}
.fixingBoxLeft .item.title a{
    color: #fff;
}
.fixingBoxLeft .item a:hover{
    background:#F28C8A;
    color:#fff
}
/*悬浮的广告App部分结束*/


/*相对定位盒子*/
.relativeBox{
    position:relative;
}
/*相对定位盒子全平铺的白色背景*/
.relativeBoxBg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    filter:alpha(opacity=80);/* IE */
    -moz-opacity:.8;        /* 老版Mozilla */
    -khtml-opacity:.8;      /* 老版Safari */
    opacity:.8;            /* 支持opacity的浏览器*/
    z-index:1;
}


/*右侧出现阴影*/
.shadowRight{
    box-shadow:7px 0px 15px -5px #1060A0;
}

/*******************************************************布局组件结束**************************************************/
/**********************************其他页面|杂项开始*******************************/
/*首页开始*/
.left15{
     margin-left:15px;
}
.left10{
    margin-left:10px;
}
.left5{
    margin-left:5px;
}
.right10{
    margin-right:10px;
}
.right5{
    margin-right:5px;
}
.pleft15{
    padding-left:15px;
}

/*头部中部图片*/
.headMiddleBox{
    background-image:url(../images/mechinebg.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    height:205px;
    box-sizing: border-box;
}

/*头部底部导航*/
.mechineNav{
    height:40px;
    margin-top: -1px;
}
.mechineNav .boxContainItem{
    position: relative;
}
.mechineNav .boxContainItem a{
    color:#fff;
    display: block;
    text-align: center;
    z-index:2;
    position: relative;
    line-height: 40px;
    width:110px;
    font-size: 18px;
    font-weight: bold;
}
.mechineNav .boxContainItem a:hover,.mechineNav .boxContainItem:hover,.mechineNav .boxContainItem:hover a{
    color:#DE5041;
    cursor:pointer;
}
.mechineNavBg{
    width:100%;
    position:absolute;
    top:-10px;
    left:0px;
    z-index:1;
    height:50px;
    display: none;
}
.mechineNav .boxContainItem:hover .mechineNavBg{
    display: block;
}

/*导航菜单选中css*/
.mechineNav .boxContainItem.active .mechineNavBg{
    display: block;
}
.mechineNav .boxContainItem.active a{
    color:#DE5041;
}
/*weather */

/*weather结束*/
/*首页结束*/

/*内容区开始*/
.bodyColGrad{
    /* fallback */
    background-color:#FFE6E0;
    background: -webkit-linear-gradient(#FFE6E0, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#FFE6E0, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#FFE6E0, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#FFE6E0, #fff); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE6E0', endColorstr='#ffffff',GradientType=0 );
}
/*阴影*/
.shadow1{
border-bottom:solid 1px #eee;
/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='red');
  -ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#EBDAD9');ie9
  box-shadow:2px 0px 5px  #EBDAD9; */
-moz-box-shadow:2px 0px 5px #EBDAD9;
-webkit-box-shadow:2px 0px 5px #EBDAD9;
box-shadow:2px 0px 5px #EBDAD9;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#EBDAD9', Direction=105, Strength=9);
}
/*内容盒子*/
.mechineBody{
    min-height:400px;
    word-break: break-all;
    word-wrap: break-word;
}
.mechineBody img{
	max-width:100%
}
/*第一个轮播*/
.swiper1{
    width:500px;
    height:30px;
}
.swiper1 .swiper-slide{
   line-height:30px;
}
/*搜索文本框*/
.searchInput{
    text-indent:15px;
    padding:0px!important;
    height:28px!important;
    border-radius:0px!important;
    border:solid 1px #DE5041!important;
    line-height: 28px\9!important;
}
/*第二个轮播*/
.swiper2{
    width:400px;
    height:286px;
    border:solid 1px #ddd;
}
.swiper2 .swiper-slide{
    position:relative;
}
.swiper2 .swiper-slide>img{
    width:400px;
    height:286px;
}
.swiper2SliderTextBg{
    height:50px;
    line-height:50px;
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    opacity:.4;
	moz-opacity:0.4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
    z-index:1
}
.swiper2SliderText{
    height:50px;
    line-height:50px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:290px;
    z-index:2;
    text-indent:20px;
}
/*第二个轮播结束*/
/*右侧选项卡*/
.newsTab.nav-tabs{
    border:none;
    margin-top:-3px;
}
.newsTab>li>a{
    border:none;
    border-bottom:solid 3px transparent;
    padding:0px 15px 5px 15px;
    cursor:pointer!important;
}
/*标签加粗*/
.newsTab>li>a .title{
    font-weight: bold;
    font-size: 18px;
	padding-left:5px;
    padding-right:5px;
}

/*选项卡选中*/
.newsTab.nav-tabs>li.active>a, .newsTab.nav-tabs>li.active>a:focus, .newsTab.nav-tabs>li.active>a:hover{
    border:none;
    color:#DE5041;
}
.newsTab.nav-tabs>li.active>a .title, .newsTab.nav-tabs>li.active>a:focus .title, .newsTab.nav-tabs>li.active>a:hover .title{
    display:inline-block;
    border-bottom:solid 2px #DE5041;
    padding-bottom:7px;
    margin-bottom:-4px;
}
.newsTab.nav-tabs>li>a:hover{
    background:transparent;
    border-bottom-color:transparent;
}
/*右侧选项卡结束*/




/*重要新闻更多*/
.optionMore{
    width:20px;
    height:20px;
    position:absolute;
    right:12px;
    top:0px;
}

/*向上回退的灰线*/
.titleBackLine{
    margin-top:-3px;
    z-index:13;
    position:relative;
}
/* 简介段落*/
.textDescirbe{
	text-indent:30px;
	height: 42px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

/*嵌入列表*/
.pointListBox{
    border: solid 1px #ddd;
    clear: both;
    padding: 8px 8px;
    overflow: hidden;
}
.pointList{
    min-height:168px;
}
.pointList.preMinHeight{
    min-height:150px;
}
.pointList li{
    clear:both;
}
/*文字和点悬停变色*/
.pointList li a:hover,.pointList li a:hover .text .icon-yuandianxiao,.textDescirbe a:hover{
    color:#DE5041;
}
/*文字*/
.pointList .text {
    display:block;
    padding:4px 0px;
    width:80%;
    float: left;
}
/*日期*/
.pointList .date {
    float: right;
    width:50px;
    text-align:right;
    overflow: hidden;
    white-space: nowrap;
    padding:4px 0px;
   /*  font-size:14px; */
}
/*文字内部圆点*/
.pointList .text .icon-yuandianxiao{
    color:#999;
}

/*嵌入列表结束*/

/*通用单元标题*/
.currentTitle{
    height:30px;
    font-weight:600;
}
.currentTitle .title{
    display: inline-block;
    height:30px;
    border-bottom:solid 3px #DE5041;
    font-size: 18px;
    font-weight: bold;
    padding-left:5px;
    padding-right:5px;
    /*20181226*/
    padding-bottom: 7px;
    margin-bottom: -6px;
    /*20181226END*/
}



/*机械网列表组*/
.list-group.mechineListGroup{
    margin-bottom: 0px;
}
.list-group.mechineListGroup .list-group-item{
    padding:0px; 
    border-radius: 0px;
    height:33.88px;
    line-height:33.88px;
    height:33.88px\0;
    line-height:33.88px\0; 
}
.list-group.mechineListGroup .list-group-item:hover a{
    color:#DE5041;
}
.list-group.mechineListGroup .list-group-item i:hover{
	color:#DE5041;
}
/*机械网列表组结束*/

/*swiper3*/
.swiper3{
    height:140px;
}
.swiper3 .swiper-wrapper .swiper-slide{
    text-align:center;
}
.swiper3 .swiper-wrapper .swiper-slide img{
	width:319px;
}
.arrow-dom{
    position:absolute;
    width:20px;
    height:20px;
    display:block;
    z-index:12;
    text-align:center;
    color:#17325E;
    border-radius:4px;
    filter:alpha(opacity=70);/* IE */
    -moz-opacity:0.7;        /* 老版Mozilla */
    -khtml-opacity:0.7;      /* 老版Safari */
    opacity:0.7;
}
.arrow-dom.swiper2-left{
	left:20px;
    top:50%;
    margin-top:-10px;
    width:auto;
    height:auto;
    padding:4px 6px;
    cursor:pointer;
    color:#FFF;
    font-weight:800;
    background-color:#434343;
     filter:alpha(opacity=60);/* IE */
    -moz-opacity:0.6;        /* 老版Mozilla */
    -khtml-opacity:0.6;      /* 老版Safari */
    opacity:0.6;
}
.arrow-dom.swiper2-right{
    right:10px;
    top:50%;
    margin-top:-10px;
    width:auto;
    height:auto;
    padding:4px 6px;
    cursor:pointer;
    color:#FFF;
    font-weight:800;
    background-color:#434343;
     filter:alpha(opacity=60);/* IE */
    -moz-opacity:0.6;        /* 老版Mozilla */
    -khtml-opacity:0.6;      /* 老版Safari */
    opacity:0.6;
}
.swiper3-left{
    left:20px;
    top:50%;
    margin-top:-18px;
    opacity: .5;
    width:auto;
    height:auto;
    padding:4px 6px;
}
.swiper3-right{
    right:20px;
    top:50%;
    margin-top:-18px;
    opacity: .5;
    width:auto;
    height:auto;
    padding:4px 6px;
}
.swiper3-arrow .arrow-dom{
    display: none;
}
.swiper3-arrow:hover .arrow-dom{
    display: block;
}
.arrow-dom-Box .arrow-dom{
    display: none;
}
.arrow-dom-Box:hover .arrow-dom{
    display: block;
}
/*swiper3结束*/
.arrow-dom.swiperFamousLeft{
    left:20px;
    top:50%;
    margin-top:-10px;
    width:auto;
    height:auto;
    padding:4px 6px;
    cursor:pointer;
  	 color:#FFF;
    font-weight:800;
    background-color:#434343;
    filter:alpha(opacity=60);/* IE */
    -moz-opacity:0.6;        /* 老版Mozilla */
    -khtml-opacity:0.6;      /* 老版Safari */
    opacity:0.6;
}
.arrow-dom.swiperFamousRight{
    right:20px;
    top:50%;
    margin-top:-10px;
    width:auto;
    height:auto;
    padding:4px 6px;
    cursor:pointer;
   color:#FFF;
    font-weight:800;
    background-color:#434343;
     filter:alpha(opacity=60);/* IE */
    -moz-opacity:0.6;        /* 老版Mozilla */
    -khtml-opacity:0.6;      /* 老版Safari */
    opacity:0.6;
}


/*广告banner*/
.swiper4{
    height:120px;
    border:solid 1px #ddd;
}
.swiper4 .swiper-slide{
    width:100%;
    height: 120px !important;
}
/*广告banner结束*/

/*swiper4*/
.swiper4PaginationBg{
    background:#ddd;
    height:20px;
    top:auto;
    bottom:0;
}
/*swiper4*/
/*通用*/
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:0px;
    width: 100%;
    z-index: 2;
    margin:0px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/*通用结束*/


/*广告下部分mechinePre*/
/*每3n+1个执行*/
.mechinePreBox.half .mechinePre:nth-child(3n+1){
    margin-left:0px;
}
/*每6n+1个执行*/
.mechinePreBox.whole .mechinePre:nth-child(5n+1){
    margin-left:0px;
}
.mechinePreBox.whole .mechinePre{
    margin-left:42px;
}
.mechinePreBox.bigSize .mechinePre{
    margin-left:4.8999%;
    width:30%;
}
.mechinePre{
    border:solid 1px #ccc;
    text-align:center;
    width:145px;
    height:45px;
    overflow: hidden;
    float:left;
    margin-left:14px;/*半屏使用*/
    margin-bottom:15px;
    position: relative;
}
.mechinePre:hover {
    border:solid 1px #DE5041;
}
.mechinePre a{
   display: block;
    height: 100%;
    line-height:43px;
}
.mechinePre:hover a{
    color:#DE5041;
}
.mechinePre .iconfont{
    font-size:22px;
    vertical-align: middle;
}
.mechinePre .text{
    vertical-align:top;
    white-space: nowrap;
}
/*选中*/
.mechinePre.active {
    border:solid 1px #DE5041;
    box-shadow: 0 0 3px #FA7A7A;
    -moz-box-shadow: 0 0 3px #FA7A7A;
    -webkit-box-shadow: 0 0 3px #FA7A7A;
    -o-box-shadow: 0 0 3px #FA7A7A;
}
.mechinePre.active a{
    color:#DE5041;
}
/*选中结束*/
/*广告下部分mechinePre结束*/


/*swiperico*/
.swiper5Ico{
    width:20px;
    height:120px;
    padding-top:15px;
}
/*swiper5*/
.swiper5{
    height:120px;
    width:100%;
    box-sizing: border-box;
}
.swiper5 .swiper-slide{
    height:100px;
    box-sizing: border-box;
    position:relative;
    width:100px;
    z-index:2;
}
.swiper5 .swiper-slide a{
	overflow:hidden;
	width:100%;
	display:block;
	z-index:99999;
	position:relative;
}
.swiper5 .swiper-slide .box{
    border:solid 1px #ddd;
    width:90%;
    margin:0px auto;
}
.swiper5 .swiper-slide .title{
    width:90%;
    position: absolute;
    bottom:0px;
    left:0px;
    height:2rem;
    line-height: 2rem;
    z-index:3;
    color:#fff;
    margin-left:7%;
}
.swiper5 .swiper-slide .titlebg{
    background:#000;
    width:90%;
    margin-left:5%;
    position: absolute;
    bottom:0px;
    left:0px;
    height:2rem;
    line-height: 2rem;
    z-index:1;
    opacity:.5;
    moz-opacity:0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=50);
} 
/*swiper5 结束*/

/*swiper5ico*/
.swiper5Ico{
    width:20px;
    height:120px;
    padding-top:15px;
}

/*linkSelectIco*/
.linkSelectIco{
    width:32px;
    height:32px;
    padding-top:10px;
}
/*linkSelect*/
.linkSelect{
    border:solid 1px #DE5041;
    margin-left:3%;
    width:20%;
    margin-top:14px;
    padding:4px 2px;
    float:left;
    box-sizing:border-box;
    /*padding-right:20px;*/
}
/*内容区结束*/



/*通用的底部开始*/
.mechineFoot{
    z-index:5;
    position:relative;
}
/*通用的底部开始结束*/


/**********************************其他页面|杂项结束*******************************/


/*单位概况页面*/
.breadHeight{
    height:28px;
}
.comBasicPadding{
    padding:15px 10px;
    line-height:2.2rem;
}
.square{}
.square li{
    min-width:23%;
    border: solid 0px red;
    margin-bottom:6.5px;
}
.comBasicImg{
    width:400px;
    height:240px;
    border: solid 1px #ddd;
}

/*单位概况页面结束*/



/*新闻中心开始*/
/*新闻中心结束*/


/*新闻详情开始*/
.newsDetail{
    border:solid 1px #ddd;
    padding:20px 35px 20px 35px;
}
.newsDetail img{
	max-width:100%;
	margin:10px auto;
}
/*文章详情段落增加行高*/
.newsDetail p{
	line-height:30px!important;
	background-color:transparent!important;
}
/*重定义分享*/
#bsWXBox{
    height:auto!important;
    margin:auto!important;
    margin-top:0px!important;
}
.bsTop{
    width:auto!important;
}


/*重定义分享结束*/
/*新闻详情结束*/

/*通知公告页面*/
/*通知公告页面结束*/

/*法律法规列表页面*/
/*法律法规列表页面结束*/

/*研究论坛页面*/
/*研究论坛页面结束*/

/*名企名品*/
.swiperFamous{
    width:100%;
    height:260px;
    border:solid 1px #ddd;
}
.swiperFamous .swiper-slide{
    position: relative;
    z-index: 1;
}
.swiperFamous .swiper-slide img{
    width:100%;
    height:260px;
}
/*swiperFamous 底部文字*/
.swiperFamousBg{
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width:100%;
    z-index:2;
    text-indent: 20px;
    background:#000;
    opacity:.5;
}
.swiperFamousText{
    height:50px;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width:800px;
    z-index:3;
    text-indent: 20px;

}
/*swiperFamous 底部文字结束*/



/*名企列表*/
.famousBox{
    border:solid 1px #ccc;
    padding:10px 20px;
    min-height:240px;
}
.famousImg{
    width:120px;
    height:80px;
    margin-right:30px;
    border:solid 1px #ddd;
}
.famousDetail{
    margin-left:30px;
    display: inline-block;
    min-width:60px;
}
.famousBox a{
	word-wrap:break-word;
	word-break:break-all;
}
.famousBox a:hover{
	color:#DE5041;
}

/*classic幻灯开始*/
/*classic*/
.classic{
    height:220px;
    width:100%;
    box-sizing:border-box;
}
.classic .classicItem{
   width:15.72221%;
   float:left;
   height:215px;
   margin-left:10px;
   overflow:hidden;
   background: #eee;
}
.classic .classicItem .box{
    width:150px;
    border:solid 0px red;
    padding-left:10px;
    padding-top:9px;
}
.classic .classicItem .box img{
    width:132px;
    height:144px;
    margin:0px auto;
    border: solid 1px #ddd;
}
.classic .classicItem .box .title{
    padding-top:8px;
    font-size:18px;
    width:11rem;
    font-weight:800; 
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;   
}
.classic .classicItem .box .smallTitle{
    padding-top:0px;
    color:#898989;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:11rem;
}
/*classic 结束*/
/*classic幻灯结束*/

/*名企列表结束*/



/*名企名品结束*/



/*高级搜索*/

/*重定义美化下拉框文字颜色*/
.selectric{
    border-radius: 4px!important;
    height: 34px!important;
    line-height: 34px!important;
}
.selectric-items{
    background-color:#fff!important;
}
.selectric .label{
    color:#000;
    font-weight: 400;
    line-height:30px!important;
}
.selectric-items li.highlighted{
    background-color: #1890FF!important;
    color: #fff!important;
}
.selectric-items li:hover{
    background-color:#E6F7FF!important;
}
.selectric-items li.highlighted:hover{
    color: #fff!important;
    background-color: #1890FF!important;
}
.selectric-noradius .selectric{
    border-radius:0px!important;
}
.selectric-color-DE5 .selectric .label{
    color:#DE5041;
}

.selectric-width130{
	width:130px!important;
}

.selectric-beautify .selectric span.label{
	font-size:16px;
	line-height:25px!important;
}
.selectric-beautify .selectric-items ul, .selectric-beautify .selectric-items li{
	font-size:16px;
}
/*重定义美化下拉框文字颜色结束*/

.wdate{
    background-image:url('../images/Wdate.png');
    background-position:98% 50%;
    background-repeat:no-repeat;
    background-size:15px;
    box-shadow:none!important;
}

/*btnSize4*/
.btnSize4{
    padding:10px 50px;
    position:relative;
}
/*btnSize4*/
/*btnSize4*/
.btnSize5{
    padding:5px 15px
}
/*btnSize5*/


/*搜索盒子*/
.highSearchBox{
    border:solid 1px #ccc;
    padding:0px 25px;
    padding-top:20px;
}
.highSearchUl{
	min-height:300px;
}
.highSearchUl.justTitle{
    padding-bottom:10px;
    overflow: hidden;
    clear:both;
    
}
.highSearchUl.justTitle li{
    border-bottom:solid 0px #ccc;
    margin-bottom:0px;
}
.highSearchUl.justTitle  li .title{
    font-weight:400;
    margin:0px;
    font-size:16px;
    width:80%;
    float:left;
}
.highSearchUl.justTitle  li .time{
    font-size:16px;
    padding-bottom:10px;
    width:20%;
    float:right;
    text-align: right;
}
.highSearchUl li{
    border-bottom:solid 1px #ccc;
    margin-bottom: 20px;
}
.highSearchUl li:last-child{
    border-bottom:solid 0px #ccc;
}
.highSearchUl li .title{
    font-size: 16px;
    font-weight: 800;
    padding-bottom:10px;
}
.highSearchUl li .content{
    font-size: 14px;
    text-indent:35px;
    padding-bottom:10px;
}
.highSearchUl li .time{
    font-size:12px;
    padding-bottom:10px;
}
.highSearchUl li .title:hover,.highSearchUl li .content:hover,.highSearchUl li .time:hover{color:#DE5041!important;}
/*搜索盒子结束*/
/*高级搜索结束*/

/*高级搜索1*/
/*btn-DE5*/
.btn-fontDE5,a.btn-fontDE5{
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
.btn-fontDE5:focus {
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
.btn-fontDE5:hover {
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
.btn-fontDE5:active,
.btn-fontDE5.active,
.open > .dropdown-toggle.btn-fontDE5 {
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
/*btn-DE5*/
/*高级搜索1结束*/

/*分享使用*/
.bshare-custom.icon-medium{
	border:solid 0px green;
	position:relative;
	width:20px;
	margin:0px auto;
}
.bshare-custom.icon-medium a{
	display:block!important;
	margin-bottom:10px;
}
.share1{
	overflow: hidden;
	display:none;
	padding-left:4px;
}
.share2{
  overflow: hidden;
  display:none;
  padding-left:8px;
}
.share3{
  overflow: hidden;
  display:none;
  padding-left:8px;
}
.bsWXBox{
    position: absolute;
}
.bsFrameDiv>div>img{
    margin:16px!important;
}
/*分享使用结束*/

	/*网站地图*/
	.mapTitle{
	    background:#eee;
	    padding:10px;
	    font-weight:800;
	}
	.mapBody{
	    border:solid 1px #ccc;
	    overflow: hidden;
	    border-top-style: none;
	    min-height:40px;
	    padding:20px;
	    padding-bottom:10px;
	}
	.mapBody a{
	    margin-bottom: 10px;
	    display: inline-block;
	    margin-right:30px;
	    float:left;
	}
	.mapBody a.active,.mapBody a:hover{
	    color:#DE5041;
	}
	
	/*网站地图结束*/
	/*分页区域开始*/
	.paging{
	}
	/*分页内文本框宽高度*/
	.paging input[type=text],.paging input{
		width:60px;
		height:26px;
		/* margin-top:-3px\0; */
		line-height:26px\0; 
		box-sizing:border-box;
	}
	/*文字圆角重定义*/
	.paging .pager li>a, .pager li>span{
		border-radius:4px;
	}
	.paging .pager{
		display:table;
	    margin: auto;
	}
	.paging .pager li>a, .pager li>span{
		padding:2px 10px;
	}
	.paging .pager li{
		margin:0px;
		display:table-cell;
		border-collapse:collapse;  
		border-spacing:0;  
		padding:0 3px;
		/* border:solid 1px green; */
	}
	.paging .pager li .turnTo{
		border-style:none
	}
	.paging .pager li a{
		
	}
	.paging .pager li.active{
		
	}
	.paging .pager li.active a{
	    background:#DE5041;
	    color:white
	}
	/*分页区域结束 */


	/*首页顶部滚动开始*/
	#dowebok1{
		display:none;
	}
	.dowebok{
	   /* width:100%;*/
	    margin:0px;
	}
	.dowebok a {
	    /*display: inline-block;*/
	    /*border: solid 1px red;*/
	    color: #333;
	    text-decoration: none;
	}
	.dowebok a i{
	    /*float: left;*/
	    margin-top:2px;
	    border-radius:15px;
	    color:#DE5041;
	    font-size: 16px;
	}
	.dowebok a:hover {
	    text-decoration: none;
	    color:#DE5041;
	}
	/*首页顶部滚动结束*/
	

/*indexPointList 高度*/
.height240{
	height:240px;
}
.height260{
	height:260px;
}
.height180{
	height:180px;
}

/*NEWCENTER POINTLIST*/
.height197{
	height:197px;
}
.height200{
	height:200px;
}
.height290{
	height:290px;
}
/*NEWCENTER*/
/*highSearch */
.height350{
	height:350px;
}

/*右箭头悬停*/
.iconfont.icon-shuangyoujiantou-:hover{
	color:#DE5041;
}

/* 文件下载区域 */
.fileLoad{
	word-wrap:break-word;
	word-break:break-all;
}
.fileLoad a:hover{
	color:#DE5041;
}

/*tabLabelTitle选项卡内容标题*/
.tabLabelTitle{
	width:400px;
	margin:0px auto;
	overflow:hidden;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

/* 首页底部网站声明*/
.mechNotice{
	width:auto;
}
.mechNotice .boxContainItem{
	text-align:center;
	min-width:106px;
}
.mechNotice a{
	display:inline-block;
	width:100%;
	float:left;
	white-space: nowrap;
	overflow: hidden;
	color:#333;
	text-decoration:none;
}
.mechNotice .boxContainItem.col{
	min-width:auto;
	width:20px;
}
.mechNotice a:hover{
  color:#DE5041;
}
/* 首页底部网站声明END*/
/*第二个滚动*/
#dowebok2{
}
#dowebok2 a{
    display: inline-block;
    margin:0px;
    padding:0px;
}
#dowebok2 .str_move.str_move_clone{
    margin-left:5px;
}
.c2Box{
    width:200px;
    height:120px;
    box-sizing:border-box;
    position: relative;
    display: inline-block;
}
.c2BoxImg{
    width:170px;
    height:120px;
    position: absolute;
    top:0px;
    left:15px;
    margin-right:15px;
    display: ;
}
.c2Box .mytext{
    height:30px;
    line-height:30px;
    position:absolute;
    bottom:6px;
    left:15px;
    overflow: hidden;
    padding:5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#fff;
    width:100%;
    z-index:4;
}
.c2Box .mybg{
    background:#000;
    position: absolute;
    bottom:0px!important;
    left:15px;
    width:170px;
    height:30px;
    line-height:30px;
    z-index:1;
    opacity:.5;
    moz-opacity:0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50);
}
/*第二个滚动结束*/
/*第二个滚动*/
/* #scroll_div2 {
    overflow: hidden;
    white-space: nowrap;
    width:100%;
    border: solid 1px transparent;
    height:120px;
}
#scroll_begin2, #scroll_end2{
    display: inline;
}
#scroll_begin2 a, #scroll_end2 a{
    margin-left:20px;
    margin-left:7.2px;
    display:inline-block;
}
#scroll_begin2 a:hover, #scroll_end2 a:hover{
    color:#DE5041;
}
.c2Box{
    width:170px;height:120px;
    border:solid 1px #ddd;
    box-sizing:border-box;
}
.c2BoxImg{
    width:170px;height:120px;position: absolute;top:0px;left:0px;
}
.c2Box .mytext{
    height:30px;
    line-height:30px;
    position:absolute;
    bottom:6px;
    left:0px;
    overflow: hidden;
    padding:5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#fff;
    width:100%;
    z-index:4;
}
.c2Box .mybg{
    background:#000;
    position: absolute;
    bottom:0px!important;
    left:-1px;
    width:170px;
    height:30px;
    line-height:30px;
    z-index:1;
    opacity:.5;
    moz-opacity:0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50);
   
} */
/*第二个滚动结束*/

/*paginationSwiper2 分页器[首页 新闻中心]*/
.paginationSwiper2{
	overflow:hidden;
	left:auto!important;
	width:110px;
	right:0px;
	height: 50px;
    line-height:55px;
    z-index:3
}
.paginationSwiper2 .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.paginationSwiper2 .swiper-pagination-switch.swiper-active-switch{
	background:red
}
/*paginationSwiper2 分页器END*/
/*横条广告分页器[首页 新闻中心]*/
.pagination4{
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    margin: 0px;
}
.pagination4 .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.pagination4 .swiper-pagination-switch.swiper-active-switch{
	background:red;
}
/*横条广告分页器*/
/*名企名品分页器*/
.paginationSwiperFamous{
	overflow:hidden;
	left:auto!important;
	width:140px;
	right:0px;
	height: 50px;
    line-height:55px;
    z-index:3;
}
.paginationSwiperFamous .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.paginationSwiperFamous .swiper-pagination-switch.swiper-active-switch{
	background:red;
}
/*名企名品分页器END*/
/*名企名品选项卡改版开始*/
.nav-tabs.famoustabsbox{
    border-bottom: none;
}
/*新名企业名品选项卡*/
.famoustabs{
    cursor: pointer;
}
.famoustabs a{
    color: #333;
}
span.famoustabs.active,span.famoustabs.active a{
    color: #E53334;
}
.famoustabs a:hover,.famoustabs:hover{
    color: #E53334;
}
.famoustabsContent{
    /*border: solid 4px green;*/
    height:360px
}
/*新名企业名品END*/
/*纵向滚动盒子*/
.colsSwiper{
    height:360px;
}
.colsSwiper .swiper-wrapper .swiper-slide{
    height: 120px;
}
/*图片单元*/
.companyUnit{
    width:219px;
    height:73px;
    float:left;
    margin-left:31px;
    text-align:left;
}
/*图片单元 文字*/
.companyUnit span{
    display: block;
    text-align:center;
    padding:3px 10px;
    cursor: pointer;
}
.companyUnit a{
    color: #333;
}
.companyUnit span:hover,.companyUnit span a:hover{
    color: #E53334;
}
/*图片单元 图片尺寸!*/
.colsSwiper .swiper-wrapper .swiper-slide .companyUnit img{
    width:219px;
    height:73px;
    border:solid 1px #DDD;
}
/*纵向滚动盒子END*/
/*改变隐藏方式*/
.tab-content>.tab-pane.fcitem {
    display: block;
    height:0px;
    overflow: hidden;
}
.tab-content>.active.fcitem{
    display: block;
    height:inherit;
}
/*改变隐藏方式END*/
/*名企名品选项卡改版END*/

/*页脚备案号*/
a.copnet{
	color:#939393;
}
a.copnet:hover{
	color:#FFF;
}
/*页脚备案号END*/
/*质量要闻地点开始*/
 .location { float: left; width: 952px; background:#FFF; margin: 12px 0 0 24px; padding-bottom: 15px; }
.location li { float: left; 
height: 24px; font-size: 16px; margin: 13px 0 0 7px; border-radius: 5px; border: 1px solid #db6864;padding: 0 5px; line-height: 22px;
 color:#F28C8A;
width: 77px;
overflow: hidden;
text-align: center;
     }
.location li:hover { background: #F28C8A; color: #fff; }
.location .active { background: #F28C8A; color: #fff; }
.location_retract { height: 84px; overflow: hidden; }
.location .loca_more {float: left; width: 77px; height: 24px; border-radius: 5px; line-height: 24px; background:#db6864; cursor: pointer; margin: 13px 0 0 7px;}
.location .loca_more i { color: #fff; font-size: 16px; margin: 2px 0 0 12px;float: left; }
.location .loca_more p { color: #fff; font-size: 16px; display: inline-block; float: left; }
.location .loca_sq { float: left; width: 77px; height: 24px; border-radius: 5px; line-height: 24px; background:#db6864; cursor: pointer; margin: 13px 0 0 7px; }
.location .loca_sq i { color: #fff; font-size: 16px; margin: 2px 0 0 12px;float: left; }
.location .loca_sq p { color: #fff; font-size: 16px; display: inline-block; float: left; }
/*质量要闻地点结束*/

.titleFirst{
	width:100%;
	font-size:28px;
	font-weight:800;
	text-align:center;
	margin:45px 0px;
}
.titleSecond{
	width:100%;
	font-size:20px;
	text-align:center;
}
.arctileInfo{
	border-top:solid 1px #DE5041;
	border-bottom:solid 1px #DE5041;
	line-height: 30px;
}

a.collCenter,a.coll,a.seind{
	color:#E53334;
}
.collCenter,.coll,.seind{
	float:left;
	margin-left:5px;
	color:#E53334;
}
.coll:hover,.seind:hover{
	 color:#000;
}

.seminarBox{
    /*border:solid 1px red;*/
    height:197px;
    width:100%;
    text-align: justify;
}
.seminarBox img{
    width:180px;
    height:94px;
    margin-bottom:10px;
    box-sizing: border-box;
    /*border: solid 1px #ddd;*/
}
.guideBox{
    height:226px;
    overflow: hidden;
    /*border: solid 1px green;*/
}
.guideBoxItem{
    /*border: solid 1px red;*/
    width:33.333%;
    float:left;
    height: 110px;
    text-align: center;
    cursor:pointer;
}
.guideBoxItem .imgRow{
    text-align: center;
    margin-top: 10px;
}
.guideBtn{
    width:120px;
    margin-top: 10px;
    border-radius:4px;
    color: #FFF;
    padding:3px 0px
}
.guideBtn1{
    background-color: #B0D209;
    background:linear-gradient(0deg,rgba(95,148,0,1),rgba(176,210,9,1));
    border-image:linear-gradient(0deg, rgba(87,129,0,1), rgba(139,191,7,1)) 1 1;
    box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 2px 0px 0px rgba(255,255,255,0.4);
}
.guideBtn2{
    background-color: #FA7816;
    background:linear-gradient(0deg,rgba(250,120,22,1),rgba(246,169,61,1));
    box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5);
}
.guideBtn3{
    background-color: #FF9D9A;
    background:linear-gradient(0deg,rgba(213,87,90,1),rgba(255,157,154,1));
    border-image:linear-gradient(0deg, rgba(142,13,19,1), rgba(176,28,42,1)) 1 1;
}
.guideBtn4{
    background-color:#D1659A;
    background:linear-gradient(0deg,rgba(181,60,96,1),rgba(209,101,154,1));
    border-image:linear-gradient(0deg, rgba(170,51,79,1), rgba(215,119,172,1)) 1 1;
}
.guideBtn5{
    background-color:#B3E1FF;
    background:linear-gradient(0deg,rgba(103,149,245,1),rgba(179,225,255,1));
    border-image:linear-gradient(0deg, rgba(58,77,154,1), rgba(91,129,213,1)) 1 1;
}
.guideBtn6{
    background-color: #FED82A;
    background:linear-gradient(0deg,rgba(252,177,28,1),rgba(254,216,42,1));
    border-image:linear-gradient(0deg, rgba(229,129,0,1), rgba(255,147,20,1)) 1 1;
}


/*投诉列表menoleft.html*/
.bg-FAE{
    background-color:#FAE3E0
}
.dianhuaLeftBox{
    width:25%;
    float:left;
    padding:0px 15px;
    /*border: solid 1px red;*/
}
.dianhuaRightBox{
    width:75%;
    float:left;
}
.dianhuaLeft{
    width:100%;
    background-color:#EEE;
    height:845px;
    overflow-y:auto;
    /*margin-top:20px;*/
}
/*滚动条美化（针对google和360极速）*/
.dianhuaLeft::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.dianhuaLeft::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #DE5041;
}
.dianhuaLeft::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #EDEDED;
}
/*滚动条美化（针对google和360极速）END*/
.dianhuaRight{
    /*width:100%;*/
    background-color:#EEE;
    margin-right:15px;
    padding-left:15px;
}
.dianhuaRight.bg-FAE{
    margin-top:10px;
    background-color:#FAE3E0;
    padding:8px 15px;
}
.dianhuaTableBox{
    padding-right:15px;
    /*border: solid 1px red;*/
    overflow: hidden;
    height:710px;
}
.dianhuaTable{
    margin-top:10px;
    width:100%;
    table-layout:fixed;
    font-size: 14px;
}
.dianhuaTable thead tr th{
    text-align: center;
    background-color:#FAE3E0;
    padding:12px 0px;
    color:#DE5041;
    border:solid 1px #DE5041;
}
.dianhuaTable tbody tr td{
    text-align: center;
    border:solid 1px #DE5041;
    padding:15px 2px;
}
.dianhuaTable tbody tr td.text-left{
    text-align: left;
}

/*投诉列表END menoleft.html*/

/* 文章详情 */
.articalBox{
    min-height:400px;
    word-break: break-all;
    word-wrap: break-word;
     line-height:2;
}
.articalBox video,.articalBox object{
	width:100%
}

.articalBox img{
	max-width:100%
}
.articalBox p {
	margin-top:1em;
	margin-bottom:1em;
} 

/*广告banner*/
.swiper6{
    height:100px;
    border:solid 1px #ddd;
}
.swiper6 .swiper-slide{
    width:100%;
    height: 100px;
}
/*广告banner结束*/
